CyberStore Price Web Service
MethodDeleteCachedPricesByStockCode
CyberStore Price Web Service > All Operations Resource Group : DeleteCachedPricesByStockCode (Method)
Description
Deletes all data in the CyberStore price cache for the Item specified.
Remarks

The DeleteCachedPricesByStockCode operation will remove cached pricing for the Item specifed by the stock code no matter the Customer. With Price Caching enabled, the cache will re-populate as soon as the first shopper for a customer requires a price for the Item.

Deleting entries in the price cache for an Item does not alter data for the Item itself in any way.

Request (DeleteCachedPricesByStockCodeSoapIn)

The request body is of type DeleteCachedPricesByStockCode.

Request Body Parameters

NameDescriptionData Type
The stock code for an Item.xml:string
Example
The following example shows how to perform the web operation in CyberStore.
// Sample MakeAJAXCall
200 Response (DeleteCachedPricesByStockCodeSoapOut)

The response body is of type DeleteCachedPricesByStockCodeResponse.

There is no output from this operation.

Response Body Parameters

NameDescriptionData Type
 xml:string
See Also
All Operations Resource GroupCyberStore Price Web Service